home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / ED / BDOS.ZIP / BDOS.DOC < prev    next >
Encoding:
Text File  |  1994-03-10  |  2.4 KB  |  70 lines

  1. This is more of a philosophy than a program.  It's been around for a long
  2. time, I just don't recall any documentation of it.  Since I'm documenting
  3. it, I've decided to call it
  4.  
  5.  
  6.                              BananaDOS.
  7.  
  8.  
  9. Here's the deal, Sparky:  Load up BDOS.TXT in your favorite word processor,
  10. text editor or desktop publisher.  Clean it up so that your printer can
  11. work wonders with it.  Make plenty of copies for the people that are going
  12. to need it - you'll need more than you think.  Pass them around.  I would
  13. appreciate it if you would leave my copyright thing in there.
  14.  
  15. Next, for all computers, modify the AUTOEXEC.BAT file so that C:\ is in the
  16. path and
  17.  
  18.     M
  19.  
  20. is the last line.
  21.  
  22. Edit MENU.TXT to reflect the resources of each computer.  Then create
  23. appropriate batch files modeled after B.BAT.
  24.  
  25. Now anyone familiar with DOS can work with the computers as well as
  26. those that are not familiar with anything.  People who are not familiar
  27. now, can be familiar with the next computer that rolls in and you don't
  28. have to spend as much time helping them!
  29.  
  30. Revisions of these documents will be made available on
  31.  
  32.      The Montana Banana BBS   (406)543-8234
  33.  
  34. The files are
  35.  
  36.    BDOS.TXT     explanation of DOS for newbies
  37.    BDOS.DOC     this file
  38.    MENU.TXT     a "main menu" text file
  39.    M.BAT        batch file to bring up MENU.TXT
  40.    B.BAT        batch file to bring up BananaCom if you have it in your
  41.                 "\MODEM" directory.  Use this as a model for your other
  42.                 programs.
  43.  
  44. These five files are free   (great price per pound, eh?)
  45.  
  46. I selected a few "programming pearls" (a huge, evolving list ot tips for
  47. programmers from programmers) that might be of use to a person that helps
  48. others use DOS:
  49.  
  50.     The cheapest, fastest, and most reliable components of a computer
  51.     system are those that aren't there.
  52.  
  53.     The fastest algorithm can frequently be replaced by one that is almost
  54.     as fast and much easier to understand.
  55.  
  56.     If you have too many special cases, you are doing it wrong.
  57.  
  58.     Don't use the computer to do things that can be done efficiently by
  59.     hand.
  60.  
  61.     Good judgement comes from experience, and experience comes from bad
  62.     judgement.
  63.  
  64.     Thompson's Rule for first-time telescope makers: It is faster to make
  65.     a four-inch mirror and then a six-inch mirror than to make a six-inch
  66.     mirror.
  67.  
  68.     Inside of every large program is a small program struggling to get out.
  69.  
  70.